Global Index
HTML5 JS API Index > File System API Tutorials & Specs

Flags

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
boolean
create
Used to indicate that the user wants to create a file or directory if it was not previously there.
boolean
exclusive
By itself, exclusive must have no effect. Used with create, it must cause getFile and getDirectory to fail if the target path already exists.
Referenced by
DirectoryEntrygetFile(...)
DirectoryEntrySyncgetFile(...)